LassoScript Utility
Basics Browse Detail

[ChartFX->Render]

Tag Link [ChartFX->Render] Category ChartFX
Type Member Source Available Yes
Support Preferred Version 8.5
Change New Data Source Any
Output Type String Security None
Implementation Sets Lasso 8.5

Description

[ChartFX->Render] asks Chart FX to render the chart using the current template and data set. The chart is created in a temporary folder and an HTML image tag which references that location is returned by this tag.

Syntax

[Var:'MyChart'=ChartFX]
[$MyChart->SetWidth(800)]
[$MyChart->SetHeight(600)]
[$MyChart->SetTemplateStr(' ... ')]
[$MyChart->SetLassoData(Records_Array)]
[$MyChart->Render]

Parameters

No Parameters Required.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.